projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0af8ad2
)
(c++-font-lock-keywords...): Add `restrict' keyword.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 26 Oct 2002 22:36:09 +0000
(22:36 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 26 Oct 2002 22:36:09 +0000
(22:36 +0000)
lisp/font-lock.el
patch
|
blob
|
history
diff --git
a/lisp/font-lock.el
b/lisp/font-lock.el
index a8ecf18c5ed2611558cb51cad1252de69e319ef9..f183a7bf8d08677f952c9868a679468fe34c39e1 100644
(file)
--- a/
lisp/font-lock.el
+++ b/
lisp/font-lock.el
@@
-2198,6
+2198,8
@@
See also `c-font-lock-extra-types'.")
"typeid"
;; Branko Cibej <branko.cibej@hermes.si> says this is new.
"export"
+ ;; Copied from C. wsnyder@wsnyder.org says C++ needs it too.
+ "restrict"
;; Mark Mitchell <mmitchell@usa.net> says these are new.
"mutable" "explicit"
;; Alain Picard <ap@abelard.apana.org.au> suggests treating these